home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TSPELLCHECKDIALOG / TSPELLCHECKDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  117 lines

  1. object SpellCheckDialog: TSpellCheckDialog
  2.   Left = 510
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Check Spelling'
  6.   ClientHeight = 209
  7.   ClientWidth = 378
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 50
  24.     Height = 13
  25.     Caption = '&Not found:'
  26.     FocusControl = txtNotFound
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 36
  31.     Width = 52
  32.     Height = 13
  33.     Caption = 'C&hange to:'
  34.     FocusControl = txtChangeTo
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 64
  39.     Width = 55
  40.     Height = 13
  41.     Caption = '&Sugestions:'
  42.     FocusControl = lstSuggestions
  43.   end
  44.   object txtNotFound: TEdit
  45.     Left = 72
  46.     Top = 8
  47.     Width = 209
  48.     Height = 21
  49.     Color = clBtnFace
  50.     ReadOnly = True
  51.     TabOrder = 0
  52.   end
  53.   object txtChangeTo: TEdit
  54.     Left = 72
  55.     Top = 32
  56.     Width = 209
  57.     Height = 21
  58.     TabOrder = 1
  59.   end
  60.   object lstSuggestions: TListBox
  61.     Left = 8
  62.     Top = 80
  63.     Width = 273
  64.     Height = 121
  65.     ItemHeight = 13
  66.     TabOrder = 2
  67.     OnClick = lstSuggestionsClick
  68.   end
  69.   object btnChange: TCorelButton
  70.     Left = 296
  71.     Top = 8
  72.     Width = 75
  73.     Height = 23
  74.     Caption = '&Change'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 3
  78.   end
  79.   object btnIgnore: TCorelButton
  80.     Left = 296
  81.     Top = 56
  82.     Width = 75
  83.     Height = 23
  84.     Caption = '&Ignore'
  85.     ModalResult = 5
  86.     TabOrder = 4
  87.   end
  88.   object btnIgnoreAll: TCorelButton
  89.     Left = 296
  90.     Top = 88
  91.     Width = 75
  92.     Height = 23
  93.     Caption = 'Ignore &all'
  94.     ModalResult = 8
  95.     TabOrder = 5
  96.   end
  97.   object btnAdd: TCorelButton
  98.     Left = 296
  99.     Top = 120
  100.     Width = 75
  101.     Height = 23
  102.     Caption = 'A&dd'
  103.     ModalResult = 6
  104.     TabOrder = 6
  105.   end
  106.   object btnClose: TCorelButton
  107.     Left = 296
  108.     Top = 176
  109.     Width = 75
  110.     Height = 23
  111.     Cancel = True
  112.     Caption = '&Close'
  113.     ModalResult = 3
  114.     TabOrder = 7
  115.   end
  116. end
  117.